/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 145 template<class InstrType> 146 void EmitBranchGeneric(InstrType instr, 149 template<class InstrType> 150 void EmitBranch(InstrType instr, Condition condition); 152 template<class InstrType> 153 void EmitCompareAndBranch(InstrType instr, 158 template<class InstrType> 159 void EmitTestAndBranch(InstrType instr, 164 template<class InstrType> 165 void EmitBranchIfNonZeroNumber(InstrType instr, [all …]
|
D | lithium-codegen-arm64.cc | 1273 template<class InstrType> 1274 void LCodeGen::EmitBranchGeneric(InstrType instr, in EmitBranchGeneric() 1294 template<class InstrType> 1295 void LCodeGen::EmitBranch(InstrType instr, Condition condition) { in EmitBranch() 1302 template<class InstrType> 1303 void LCodeGen::EmitCompareAndBranch(InstrType instr, in EmitCompareAndBranch() 1313 template<class InstrType> 1314 void LCodeGen::EmitTestAndBranch(InstrType instr, in EmitTestAndBranch() 1324 template<class InstrType> 1325 void LCodeGen::EmitBranchIfNonZeroNumber(InstrType instr, in EmitBranchIfNonZeroNumber() [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 266 template<class InstrType> 267 void EmitBranch(InstrType instr, 271 template<class InstrType> 272 void EmitBranchF(InstrType instr, 276 template <class InstrType> 277 void EmitTrueBranch(InstrType instr, Condition condition, Register src1, 279 template <class InstrType> 280 void EmitFalseBranch(InstrType instr, Condition condition, Register src1, 282 template<class InstrType> 283 void EmitFalseBranchF(InstrType instr,
|
D | lithium-codegen-mips.cc | 1889 template<class InstrType> 1890 void LCodeGen::EmitBranch(InstrType instr, in EmitBranch() 1912 template<class InstrType> 1913 void LCodeGen::EmitBranchF(InstrType instr, in EmitBranchF() 1937 template <class InstrType> 1938 void LCodeGen::EmitTrueBranch(InstrType instr, Condition condition, in EmitTrueBranch() 1945 template <class InstrType> 1946 void LCodeGen::EmitFalseBranch(InstrType instr, Condition condition, in EmitFalseBranch() 1953 template<class InstrType> 1954 void LCodeGen::EmitFalseBranchF(InstrType instr, in EmitFalseBranchF()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 269 template<class InstrType> 270 void EmitBranch(InstrType instr, 274 template<class InstrType> 275 void EmitBranchF(InstrType instr, 279 template <class InstrType> 280 void EmitTrueBranch(InstrType instr, Condition condition, Register src1, 282 template <class InstrType> 283 void EmitFalseBranch(InstrType instr, Condition condition, Register src1, 285 template<class InstrType> 286 void EmitFalseBranchF(InstrType instr,
|
D | lithium-codegen-mips64.cc | 2007 template<class InstrType> 2008 void LCodeGen::EmitBranch(InstrType instr, in EmitBranch() 2030 template<class InstrType> 2031 void LCodeGen::EmitBranchF(InstrType instr, in EmitBranchF() 2055 template <class InstrType> 2056 void LCodeGen::EmitTrueBranch(InstrType instr, Condition condition, in EmitTrueBranch() 2063 template <class InstrType> 2064 void LCodeGen::EmitFalseBranch(InstrType instr, Condition condition, in EmitFalseBranch() 2071 template<class InstrType> 2072 void LCodeGen::EmitFalseBranchF(InstrType instr, in EmitFalseBranchF()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFeatures.h | 21 template<typename InstrType> // could be MachineInstr or MCInst 22 bool IsCPSRDead(InstrType *Instr); 24 template<typename InstrType> // could be MachineInstr or MCInst 25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 335 PPCII::PPC970_Unit InstrType = in getHazardType() local 338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard; in getHazardType() 351 switch (InstrType) { in getHazardType() 393 PPCII::PPC970_Unit InstrType = in EmitInstruction() local 396 if (InstrType == PPCII::PPC970_Pseudo) return; in EmitInstruction() 410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 256 template<class InstrType> 257 void EmitBranch(InstrType instr, Condition cc); 258 template <class InstrType> 259 void EmitTrueBranch(InstrType instr, Condition cc); 260 template <class InstrType> 261 void EmitFalseBranch(InstrType instr, Condition cc);
|
D | lithium-codegen-ia32.cc | 1932 template<class InstrType> 1933 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch() 1952 template <class InstrType> 1953 void LCodeGen::EmitTrueBranch(InstrType instr, Condition cc) { in EmitTrueBranch() 1963 template<class InstrType> 1964 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 268 template<class InstrType> 269 void EmitBranch(InstrType instr, Condition condition); 270 template <class InstrType> 271 void EmitTrueBranch(InstrType instr, Condition condition); 272 template <class InstrType> 273 void EmitFalseBranch(InstrType instr, Condition condition);
|
D | lithium-codegen-arm.cc | 2026 template<class InstrType> 2027 void LCodeGen::EmitBranch(InstrType instr, Condition condition) { in EmitBranch() 2046 template <class InstrType> 2047 void LCodeGen::EmitTrueBranch(InstrType instr, Condition condition) { in EmitTrueBranch() 2053 template <class InstrType> 2054 void LCodeGen::EmitFalseBranch(InstrType instr, Condition condition) { in EmitFalseBranch()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 252 template<class InstrType> 253 void EmitBranch(InstrType instr, Condition cc); 254 template <class InstrType> 255 void EmitTrueBranch(InstrType instr, Condition cc); 256 template <class InstrType> 257 void EmitFalseBranch(InstrType instr, Condition cc);
|
D | lithium-codegen-x64.cc | 1970 template<class InstrType> 1971 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch() 1992 template <class InstrType> 1993 void LCodeGen::EmitTrueBranch(InstrType instr, Condition cc) { in EmitTrueBranch() 1999 template <class InstrType> 2000 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 238 template <class InstrType> 239 void EmitBranch(InstrType instr, Condition condition, CRegister cr = cr7); 240 template <class InstrType> 241 void EmitTrueBranch(InstrType instr, Condition condition, CRegister cr = cr7); 242 template <class InstrType> 243 void EmitFalseBranch(InstrType instr, Condition condition,
|
D | lithium-codegen-ppc.cc | 2053 template <class InstrType> in DoShiftI() 2054 void LCodeGen::EmitBranch(InstrType instr, Condition cond, CRegister cr) { in DoShiftI() 2073 template <class InstrType> in DoShiftI() 2074 void LCodeGen::EmitTrueBranch(InstrType instr, Condition cond, CRegister cr) { in DoShiftI() 2080 template <class InstrType> in DoShiftI() 2081 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cond, CRegister cr) { in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 284 template<class InstrType> 285 void EmitBranch(InstrType instr, Condition cc); 286 template <class InstrType> 287 void EmitTrueBranch(InstrType instr, Condition cc); 288 template <class InstrType> 289 void EmitFalseBranch(InstrType instr, Condition cc);
|
D | lithium-codegen-x87.cc | 2209 template<class InstrType> 2210 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch() 2229 template <class InstrType> 2230 void LCodeGen::EmitTrueBranch(InstrType instr, Condition cc) { in EmitTrueBranch() 2240 template<class InstrType> 2241 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
|
/external/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 217 let ColFields = ["InstrType"];
|