Home
last modified time | relevance | path

Searched refs:IsExt (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMExpandPseudoInsts.cpp64 unsigned Opc, bool IsExt, unsigned NumRegs);
608 unsigned Opc, bool IsExt, unsigned NumRegs) { in ExpandVTBL() argument
617 if (IsExt) in ExpandVTBL()
DARMISelDAGToDAG.cpp240 SDNode *SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, unsigned Opc);
2010 SDNode *ARMDAGToDAGISel::SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, in SelectVTBL() argument
2015 unsigned FirstTblReg = IsExt ? 2 : 1; in SelectVTBL()
2034 if (IsExt) in SelectVTBL()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp74 unsigned Opc, bool IsExt);
600 unsigned Opc, bool IsExt) { in ExpandVTBL() argument
609 if (IsExt) in ExpandVTBL()
DARMISelDAGToDAG.cpp232 void SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, unsigned Opc);
2296 void ARMDAGToDAGISel::SelectVTBL(SDNode *N, bool IsExt, unsigned NumVecs, in SelectVTBL() argument
2301 unsigned FirstTblReg = IsExt ? 2 : 1; in SelectVTBL()
2320 if (IsExt) in SelectVTBL()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp932 bool IsExt = Dst->getScalarSizeInBits() in transConvertInst() local
940 CO = IsExt ? Instruction::SExt : Instruction::Trunc; in transConvertInst()
943 CO = IsExt ? Instruction::ZExt : Instruction::Trunc; in transConvertInst()
946 CO = IsExt ? Instruction::FPExt : Instruction::FPTrunc; in transConvertInst()